*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)
lisp/ChangeLog
src/ChangeLog

index 38892189d5a24b0a5e57fe73c0cbd68fb1e3e820..6cb7fa67dcdb3ebd228720feea7fbc8bee5082e3 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * ediff-util.el (ediff-scroll-horizontally): Arrange for
+       scroll-left and scroll-right being called interactively so that
+       they set the window's min_hscroll.
+
 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info.el (info-insert-file-contents-1): Accept an additional
index 02bca63433f13d347daca26602f65c028a8dc767..6336902bde37a0ccd8d063554926f8e702d5af20 100644 (file)
@@ -1,5 +1,9 @@
 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
 
+       * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
+       NULL after destroying it, otherwise XTread_socket can access a
+       destroyed widget when input is unblocked.
+
        * xfns.c (x_set_foreground_color): Set the background of the
        cursor GC.